-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[java]: add docs for retrieving logs in chrome and edge #2083
base: trunk
Are you sure you want to change the base?
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Added docs for java to get the logs in chrome and edge.
Also, updated the python
get_log
example to use https://www.selenium.dev/selenium/web/bidi/logEntryAdded.htmlTypes of changes
Checklist
PR Type
documentation, tests
Description
Changes walkthrough 📝
4 files
test_chrome.py
Update Python Chrome test for browser logs retrieval
examples/python/tests/browsers/test_chrome.py
test_get_browser_logs
.consoleError
.test_edge.py
Update Python Edge test for browser logs retrieval
examples/python/tests/browsers/test_edge.py
test_get_browser_logs
.consoleError
.ChromeTest.java
Add Java test for retrieving Chrome browser logs
examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java
getBrowserLogs
.EdgeTest.java
Add Java test for retrieving Edge browser logs
examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java
getBrowserLogs
.8 files
chrome.en.md
Update Chrome documentation with Java log example
website_and_docs/content/documentation/webdriver/browsers/chrome.en.md
chrome.ja.md
Update Chrome documentation with Java log example (Japanese)
website_and_docs/content/documentation/webdriver/browsers/chrome.ja.md
chrome.pt-br.md
Update Chrome documentation with Java log example (Portuguese)
website_and_docs/content/documentation/webdriver/browsers/chrome.pt-br.md
chrome.zh-cn.md
Update Chrome documentation with Java log example (Chinese)
website_and_docs/content/documentation/webdriver/browsers/chrome.zh-cn.md
edge.en.md
Update Edge documentation with Java log example
website_and_docs/content/documentation/webdriver/browsers/edge.en.md
edge.ja.md
Update Edge documentation with Java log example (Japanese)
website_and_docs/content/documentation/webdriver/browsers/edge.ja.md
edge.pt-br.md
Update Edge documentation with Java log example (Portuguese)
website_and_docs/content/documentation/webdriver/browsers/edge.pt-br.md
edge.zh-cn.md
Update Edge documentation with Java log example (Chinese)
website_and_docs/content/documentation/webdriver/browsers/edge.zh-cn.md